home *** CD-ROM | disk | FTP | other *** search
/ CD World Haziran 1997 / CD World Haziran 1997.iso / Cesitlemeler / The Journal / _SETUP.1 / Journal.exe / 0 / RCDATA / TJOURNALREVIEWDATEFORM / TJOURNALREVIEWDATEFORM.txt
Encoding:
Text File  |  1996-12-12  |  3.1 KB  |  115 lines

  1. inherited JournalReviewDateForm: TJournalReviewDateForm
  2.   Caption = 'Review by Date'
  3.   PixelsPerInch = 96
  4.   TextHeight = 13
  5.   inherited ReviewControlPanel: TPanel
  6.     inherited EditEntryButton: TSpeedButton
  7.       Left = 40
  8.     end
  9.     object ShowTreeButton: TSpeedButton
  10.       Left = 8
  11.       Top = 4
  12.       Width = 25
  13.       Height = 25
  14.       Hint = 'Show/Hide Dates'
  15.       AllowAllUp = True
  16.       GroupIndex = 2
  17.       Down = True
  18.       Glyph.Data = {
  19.         76010000424D7601000000000000760000002800000020000000100000000100
  20.         04000000000000010000CE0E0000C40E00000000000000000000000000000000
  21.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  22.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00303333333333
  23.         3333378333333333333330333333333333333783388883388388303300003300
  24.         3003378877773877377330000118033333333777783378333333303301180333
  25.         3333378378887833333330330000033333333783777773333333303333333333
  26.         3333378338888338838830330000330030033788777738773773300001180333
  27.         3333377778337833333330330118033333333783788878333333303300000333
  28.         3333378377777333333330333333333333333788833883888333000033003000
  29.         3333777738773777333301180333333333337833783333333333011803333333
  30.         3333788878333333333300000333333333337777733333333333}
  31.       NumGlyphs = 2
  32.       OnClick = ShowTreeButtonClick
  33.     end
  34.     object DatePanel: TPanel
  35.       Left = 276
  36.       Top = 1
  37.       Width = 376
  38.       Height = 31
  39.       Align = alRight
  40.       TabOrder = 0
  41.       object ReviewDayLabel: TLabel
  42.         Left = 12
  43.         Top = 2
  44.         Width = 353
  45.         Height = 24
  46.         Alignment = taRightJustify
  47.         AutoSize = False
  48.         Caption = 'Wednesday: December 31, 1996'
  49.         Font.Color = clBlack
  50.         Font.Height = -19
  51.         Font.Name = 'Arial'
  52.         Font.Style = []
  53.         ParentFont = False
  54.       end
  55.     end
  56.   end
  57.   object ReviewDateTree: TTreeView [2]
  58.     Left = 0
  59.     Top = 33
  60.     Width = 165
  61.     Height = 334
  62.     ReadOnly = True
  63.     HideSelection = False
  64.     Indent = 19
  65.     OnExpanded = ReviewDateTreeExpanded
  66.     OnCollapsed = ReviewDateTreeCollapsed
  67.     OnChange = ReviewDateTreeChange
  68.     Align = alLeft
  69.     Font.Color = clBlack
  70.     Font.Height = -11
  71.     Font.Name = 'MS Sans Serif'
  72.     Font.Style = [fsBold]
  73.     ParentColor = False
  74.     TabOrder = 2
  75.     PopupMenu = DateTreePopup
  76.     ParentFont = False
  77.     Images = JournalDataModule.BookImages
  78.   end
  79.   object ReviewSplitter: TSplitter [3]
  80.     Left = 165
  81.     Top = 33
  82.     Width = 4
  83.     Height = 334
  84.     Cursor = crHSplit
  85.     ResizingControl = ReviewDateTree
  86.   end
  87.   inherited EntryPage: TPageControl
  88.     Left = 169
  89.     Width = 484
  90.     TabOrder = 4
  91.   end
  92.   inherited EntryPopUp: TPopupMenu
  93.     inherited PopupReviewbyDate: TMenuItem
  94.       Visible = False
  95.     end
  96.   end
  97.   object DateTreePopup: TPopupMenu [7]
  98.     Left = 52
  99.     Top = 80
  100.     object NewEntryDate: TMenuItem
  101.       Caption = 'New Entry Date'
  102.       ShortCut = 0
  103.       OnClick = DatesNewDateClick
  104.     end
  105.     object DeleteDatePopup: TMenuItem
  106.       Caption = 'Delete Date'
  107.       ShortCut = 0
  108.       OnClick = DatesDeleteDateClick
  109.     end
  110.   end
  111.   inherited EntryResolutionFix: TResolutionFix
  112.     Top = 80
  113.   end
  114. end
  115.